aaaallllNNNNeeeewwwwCCCCoooonnnnffffiiiigggg creates and initializes an AAAALLLLccccoooonnnnffffiiiigggg structure. An AAAALLLLccccoooonnnnffffiiiigggg
structure specifies the audio data format and queue size to be used by an
audio port. The functions aaaallllOOOOppppeeeennnnPPPPoooorrrrtttt((((3333ddddmmmm)))) or aaaallllSSSSeeeettttCCCCoooonnnnffffiiiigggg((((3333ddddmmmm)))) apply the
properties specified in the AAAALLLLccccoooonnnnffffiiiigggg to a new or existing audio port,
respectively.
To change the properties given in an AAAALLLLccccoooonnnnffffiiiigggg structure, see the commands
mentioned below in SEE ALSO.
The default AAAALLLLccccoooonnnnffffiiiigggg specifies a 50,000 sample-frame stereo buffer,
utilizing a 16-bit two's complement sample format.
When an AAAALLLLccccoooonnnnffffiiiigggg structure is no longer needed it should be discarded
with aaaallllFFFFrrrreeeeeeeeCCCCoooonnnnffffiiiigggg((((3333ddddmmmm)))).
EEEEXXXXAAAAMMMMPPPPLLLLEEEE
The following code fragment shows how to use an AAAALLLLccccoooonnnnffffiiiigggg to create an
audio port which provides floating-point data.
ALconfig c;
ALport p;
/* Create a config. This defaults to stereo, 16-bit integer data */